home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / CLIPST.ARJ / WINMSG.H < prev    next >
Text File  |  1992-03-27  |  372b  |  18 lines

  1. // winmsg.h RHS 12/13/91
  2.  
  3. // add a macro to this file for each message supported in the virtual table
  4.  
  5. #define _WM_PAINT
  6. #define _WM_CREATE
  7. #define _WM_DRAWCLIPBOARD
  8. #define _WM_CHANGECBCHAIN
  9. #define _WM_CLOSE
  10. #define _WM_DESTROY
  11. #define _WM_CTLCOLOR
  12. #define _WM_TIMER
  13. #define _WM_COMMAND
  14. #define _WM_INITMENU
  15. #define _WM_SYSCOMMAND
  16. #define _WM_ACTIVATE
  17.  
  18.